﻿CHARACTERS = {
	c:ARN = {
		create_character = {
			first_name = Jose
			last_name = de_Trastamara
			ruler = yes
			noble = yes
			birth_date = 1790.2.25
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				imperious
			}
			on_created = {
				set_variable = is_married
			}
		}
		create_character = {
			first_name = Ferdinand
			last_name = Stuart
			heir = yes
			noble = yes
			birth_date = 1800.8.21
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_royalist
			traits = {
				romantic
			}
		}

		create_character = {
			is_general = yes
			first_name = Carlos
			last_name = Filangieri
			age = 52
			hq = region_italy
			commander_rank = commander_rank_3
		}

		create_character = {
			is_general = yes
			first_name = Carlos
			last_name = Filangieri
			age = 48
			hq = region_iberia
			commander_rank = commander_rank_3
		}

		create_character = {
			is_admiral = yes
			first_name = Roberto
			last_name = di_Boglio
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			birth_date = 1778.4.24
			hq = region_italy
			traits = {
				basic_naval_commander
				tactful
			}
		}

		create_character = {
			is_admiral = yes
			first_name = Antoni
			last_name = Ferrer
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			age = 58
			hq = region_iberia
		}
	}
}